﻿@charset "UTF-8";
/* CSS Document */

html, body {
    overflow-x: hidden;
}

a {
    color:#AD7C1D;
}

h1, h2, h4 {
    font-family: 'Patua One', cursive;
}

h3, p, li {
    color: #272b2d;
    font-family: 'Fira Sans', sans-serif;
}

h1 {
    font-size: 3.429em;
    color: #fff;
    padding: 5px 0px 0px 20px;
    float: left;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

@media (max-width:615px) {
    h1 {
        font-size: 2em;
        padding: 15px 0px 0px 15px;
    }
}

h2 {
    font-size: 2em;
    line-height: 1.3em;
    margin-top: 0px;
}

h3 {
    font-size: 3.429em;
    font-weight: 100;
}

h4 {
    font-size: 18px;
    margin: 30px 0px 10px 0px;
    line-height: 1.4em;
}

p {
    font-weight: 400;
    font-size: 1.143em;
    line-height: 1.7em;
    padding-bottom: 30px;
}

ul {
    margin-bottom: 30px;
	list-style: square;
}

li {
    padding-bottom: 20px;
}

.headline-container {
    margin-bottom: 30px;
    margin-top: 30px;
}

    .headline-container h2 {
        max-width: 600px;
        margin: 0px auto;
    }

.headline-lines {
    width: 40%;
    height: 2px;
    background: #272b2d;
    margin: 20px auto;
}

.content-container a, footer a {
    color: #AD7C1D;
}

.white a {
    color: #fff !important;
} 

a:focus, a:hover {
    text-decoration: none;
    cursor: pointer;
}


.NWF_name {
    position: absolute;
    left: 200px;
}

.NWF_name_interior {
    position: absolute;
    left: 200px;
    color: #fff;
}

@media(max-width:1128px) {

    .NWF_name h4, .NWF_name_interior h4 {
        font-size: .9em !important;
        -webkit-transition: all 0.15s ease-in-out;
        -moz-transition: all 0.15s ease-in-out;
        -o-transition: all 0.15s ease-in-out;
        -ms-transition: all 0.15s ease-in-out;
        transition: all 0.15s ease-in-out;
    }
}

@media (max-width:1044px) {
    .NWF_name, .NWF_name_interior {
        display: none;
    }
}

.sources-list {
    font-family: 'Fira Sans', sans-serif;
    font-size: .9em;
    font-style: italic;
    margin: 0px;
}

    .sources-list li {
        list-style-type: square;
        padding: 3px;
    }

		.content-box-list{
					list-style: none;
					text-align: center; 
					margin: 20px 0px 0px 0px;
					padding: 0px;
				}
				.content-box-list li{
					padding: 5px 0px;
				}

.content-container{
	width: 100%;
} 

/*Sticky Elements*/
#sticky-tab {
    cursor: pointer;
    width: 80px;
    font-family: 'Fira Sans', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: .7em;
    letter-spacing: 1.4px;
    text-transform: uppercase;
    background: rgba(255, 255, 255, 0.8);
    z-index: 1;
    position: absolute;
    padding: 0px 0px 20px 0px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
}

#sticky-social {
    display: none;
    height: 150px;
}

.icon-sticky {
    display: block;
    width: 2em;
    height: 2em;
    stroke-width: 0;
    stroke: currentColor;
    fill: #272b2d;
    margin-top: 20px;
    margin-bottom: 10px;
}


.section-dots-container {
    margin: 20px 0px 60px 0px;
}

.section-dots {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #000;
    background: #000;
    margin: 15px auto;
}


.active-section {
    background: #4d9068;
    border: 1px solid #4d9068;
}


/*social footer sticky*/

#mobile_social_sticky {
    width: 100%;
    height: 45px;
    background: #000;
    position: fixed;
    bottom: 0px;
    z-index: 2;
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 1.4em;
    text-align: center;
}



#mobile-donate-sticky {
    background: #4d9068;
    width: 40%;
    height: 50px;
    padding-top: 10px;
    display: inline-block;
}

.mobile-sticky-item {
    width: 20%;
    display: inline-block;
    float: left;
}

    .mobile-sticky-item img {
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }

/*Back to Top Sticky*/


#back-to-top {
    position: absolute;
    bottom: 100px;
    left: 0px;
    width: 45px;
    height: 45px;
    background: #272b2d;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

    #back-to-top img {
        width: 30px;
        height: 30px;
        margin-top: 7px;
    }

.form-control .site-search {
    /*height: 85px;*/
    font-family: 'Fira Sans', sans-serif;
    border: 3px solid #e6e4d8;
    border-radius: 6px;
    background: none;
    color: #e6e4d8;
}

.animal_plant_search {
    margin-top: 40px;
}

.image-overlay-btn .btn-lg {
    background: rgba(0,0,0,0.4);
    border: 2px solid #fff;
    color: #fff;
    margin-top: 30px;
}

.breadcrumb {
    background: none;
    margin: 40px 20px 40px 0px;
    float: right;
    padding: 0px;
    border-radius: 0px;
    display: block;
    vertical-align: middle;
    font-family: 'Fira Sans', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

    .breadcrumb, .breadcrumb a,
    .breadcrumb > .active {
        color: #000;
    }

        .breadcrumb > .active {
            font-weight: 700;
        }

/*Home Banner*/

#banner-nav-container {
    width: 100%;
    height: 740px;
    position: relative;
}

@media (max-width:615px) {
    #banner-nav-container {
        height: 540px;
    }
}

.home-banner-content {
    background: rgba(0,0,0,.5);
    padding: 30px;
    position: absolute;
    overflow: hidden;
}

.promo-home-banner-content {
    position: absolute;
    overflow: hidden;
}

@media(max-width: 479px){
    .home-banner-content p {
        font-size: .9em;
    }
}

    .home-banner-content h1, .home-banner-content p {
        color: #fff;
        float: none;
    }

    .home-banner-content h1 {
        padding: 0px 0px 20px 0px;
        margin-top: 0px;
    }

    .home-banner-content .btn-lg {
        color: #272727;
        background: #fff;
    }

.promo-right-headline {
    min-width: 30%;
    max-width: 50%;
    min-height: 20%;
    max-height: 80%;
    overflow: auto;
    top: 60%;
    right: 25%;
    -webkit-transform: translate(25%,-60%);
    -ms-transform: translate(25%,-60%);
    transform: translate(25%,-60%);
}

	

.centered-headline {
    text-align: center;
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%,-60%);
    -ms-transform: translate(-50%,-60%);
    transform: translate(-50%,-60%);
}

.right-headline {
    min-width: 30%;
    max-width: 50%;
    min-height: 20%;
    max-height: 80%;
    overflow: auto;
    top: 60%;
    right: 25%;
    -webkit-transform: translate(25%,-60%);
    -ms-transform: translate(25%,-60%);
    transform: translate(25%,-60%);
}

.left-headline {
    min-width: 30%;
    max-width: 40%;
    min-height: 20%;
    max-height: 80%;
    overflow: auto;
    top: 60%;
    left: 25%;
    -webkit-transform: translate(-25%,-60%);
    -ms-transform: translate(-25%,-60%);
    transform: translate(-25%,-60%);
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .centered-headline {
        min-width: 90%;
        top: 80%;
        left: 50%;
        -webkit-transform: translate(-50%,-80%);
        -ms-transform: translate(-50%,-80%);
        transform: translate(-50%,-80%);
    }

    .right-headline, .left-headline {
        min-width: 90%;
        top: 85%;
        left: 50%;
        -webkit-transform: translate(-50%,-85%);
        -ms-transform: translate(-50%,-85%);
        transform: translate(-50%,-85%);
    }
}

@media only screen and (max-width: 614px) and (min-width: 480px) {
    .centered-headline {
        min-width: 70%;
        top: 70%;
        -webkit-transform: translate(-50%,-70%);
        -ms-transform: translate(-50%,-70%);
        transform: translate(-50%,-70%);
    }

    .right-headline, .left-headline {
        min-width: 90%;
        top: 70%;
        left: 50%;
        -webkit-transform: translate(-50%,-70%);
        -ms-transform: translate(-50%,-70%);
        transform: translate(-50%,-70%);
    }
}

@media only screen and (max-width: 768px) and (min-width: 615px) {
    .centered-headline {
        min-width: 70%;
        top: 55%;
        -webkit-transform: translate(-50%,-55%);
        -ms-transform: translate(-50%,-55%);
        transform: translate(-50%,-55%);
    } 

    .right-headline, .left-headline {
        min-width: 90%;
        top: 55%;
        left: 50%;
        -webkit-transform: translate(-50%,-55%);
        -ms-transform: translate(-50%,-55%);
        transform: translate(-50%,-55%);
    }
}

.mobile-home-banner {
    /*background: url(https://www.nwf.org/-/media/NEW-WEBSITE/Design/Hero-Images/hero-image-desktop.ashx) no-repeat center fixed;*/ /*if text is aligned RIGHT*/
	background: url(https://www.nwf.org/-/media/NEW-WEBSITE/Design/Hero-Images/hero-desktop.ashx) no-repeat center fixed; /*if text is aligned RIGHT*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

@media only screen and (max-width: 480px) and (min-width: 320px){
.mobile-home-banner {
    /*background: url(https://www.nwf.org/-/media/NEW-WEBSITE/Design/Hero-Images/hero-image-mobile.ashx) no-repeat center;*/
	background: url(https://www.nwf.org/-/media/NEW-WEBSITE/Design/Hero-Images/hero-mobile.ashx) no-repeat center;
    background-position: center;
    background-size: 100% auto;
    height: 1000px!important;
	}

	.promo-home-banner-content {
		top: 56%;
		left: 50%;
		text-align: center;
		width: 100%!important;
		max-width: 100%;
	}
	
	.promo-home-banner-content > a > div {
		margin-top: 18px;
	}
}

.promo-home-banner-content {
    top: 54%!important;
    width: 100%!important;
    text-align: center;
    min-width: 0%!important;
    max-width: 100%!important;
}

.promo-home-banner-content > a > div {
    background-color: #fff!important;
    color: #000!important;
    max-width: 500px;
    padding: 15px!important;
    width: 276px;
}

@media only screen and (max-width: 492px) and (min-width: 480px) {
.promo-home-banner-content {
    top: 55%;
	}
}

.home-banner {
    background: url(../images/home-banner.jpg) no-repeat center fixed; /*if text is aligned RIGHT*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

@media only screen and (max-width: 480px) and (min-width: 320px) {
    .home-banner {
        background-position: center;
    }
}


@media(max-width:480px) {
    .banner-headline {
        position: absolute;
        top: 77%;
        left: 50%;
        transform: translate(-50%,-75%);
        -webkit-transform: translate(-50%,-75%);
        -ms-transform: translate(-50%,-75%);
        width: 90%;
    }
}

@media only screen and (max-width: 615px) and (min-width: 481px) {

    .banner-headline {
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translate(-50%,-60%);
        min-width: 450px;
    }
}

@media only screen and (max-width: 1044px) and (min-width: 616px) {

    .banner-headline {
        position: absolute;
        top: 65%;
        left: 90%;
        transform: translate(-90%,-75%);
        min-width: 450px;
    }
}



/*default center alignment for all banners including microsites*/
.microsite-banner .banner-headline, .california-regional-banner .banner-headline {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%,-55%);
    -webkit-transform: translate(-50%,-55%);
}

.microsite-banner {
    /*background: url(../images/trees_banner_2.jpg) no-repeat center fixed;*/
	background: url() no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

.california-regional-banner {
    background: url(../images/california-regional-banner.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
    position: relative;
}

    .microsite-banner .banner-headline img, .california-regional-banner .banner-headline img {
        width: 100%;
        max-width: 450px;
    }

.eco-schools-logo{
width: 100%;
max-width: 350px;
}


.microsite-follow-social {
    width: 195px;
    margin: 0px auto;
}

    .microsite-follow-social ul {
        padding: 0px;
    }

@media (max-width:480px) {

    .microsite-banner .banner-headline {
        margin-top: 40px;
    }
}

.home-banner-overlay {
    height: 180px;
    width: 100%;
    position: absolute;
    top: 0px;
    z-index: 0;
    background: -moz-linear-gradient(top, rgba(0,0,0,0.75) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.75) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

/*INTERIOR SECTION BANNER*/

.interior-banner {
    margin-top: 45px;
    background: url(../images/section-banner.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-climate-change { /*for demo only, use .interior-banner class*/
    margin-top: 45px;
    background: url(../images/our_work_environmental_threats_section_banner_joe_schmitt_930x400.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}


.interior-banner-wildlife-guide { /*for demo only, use .interior-banner class*/
    margin-top: 45px;
    background: url(../images/banner_section_wildlife_guide_930x400.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-large-overlay {
    background: rgba(0,0,0,.8);
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 15px;
}


.NWM-banner { /*for FPO only - this class can be removed - interchangeable image*/
    margin-top: 45px;
    background: url(../images/NWM-banner.jpg) center no-repeat;
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.bison-banner { /*REMOVE THIS. TEMPORARY FOR DESIGN PURPOSES. */
    margin-top: 45px;
    background: url(../images/bison-restoration.jpg) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-skinny {
    position: relative;
    height: 210px;
    width: 100%;
}

.skinny-banner-bg {
    height: 210px;
    width: 100%;
    position: relative;
}

.skinny-overlay img {
    padding: 20px 0px;
}

/*.skinny-overlay h1 {
    margin-top: 120px;
    margin-left: -15px !important;
}*/

.skinny-overlay > div > h1 {
    margin-top: 120px;
    margin-left: -15px !important;
	bottom: 15px;
	position: absolute;
}

.skinny-banner-bg-TFW {
    background: url(../images/TFW_skinny_banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-BH {
    background: url(../images/bh_interior_banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-wildlife {
    background: url(../images/amphibian-bg.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-wild-places {
    background: url(../images/wild-places-banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-leadership {
    background: url(../images/leadhership-banner-bg.jpg) center no-repeat;
    background-size: cover;
}

.skinny-banner-bg-regional {
    background: url(../images/stamp-banner.jpg) center no-repeat;
    background-size: cover;
}

.skinny-overlay {
    position: absolute;
    background: rgba(0,0,0,.5);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

@media (max-width: 480px) {
    .interior-banner-skinny {
        top: 40px;
        margin-bottom: 40px;
    }
}

@media (max-width: 1044px) {
    .skinny-overlay {
        /*background: none !important;*/
    }
}

.wildlife-guide-banner {
    margin-top: 30px;
    background: url(../images/wildlife-guide3.png) center no-repeat; /*interchangeable*/
    background-size: cover;
    min-width: 100%;
    min-height: 400px;
    position: relative;
}

.interior-banner-overlay {
    position: absolute;
    background: rgba(0,0,0,.6);
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100px;
}

@media (max-width:480px) {
    .interior-banner {
        margin-top: 90px;
    }
}

.featured-newsletter .featured-overlay-quote {
    width: 280px;
    float: left;
    margin-right: 40px;
    background: rgba(230, 228, 216, 0.4);
    padding: 20px;
}

.side-quote {
    width: 280px;
    float: left;
    padding: 20px;
}

    .side-quote p {
        font-style: italic;
        font-size: 1em;
        color: #4d9068;
        padding-top: 0px;
    }

    .side-quote .by-line {
        text-align: right;
    }

.large-text {
    font-family: 'Fira Sans', sans-serif;
    font-weight: 300;
    font-size: 1.857em;
    line-height: 1.5em;
    margin: 30px 0px;
}

.right-image {
    float: right;
    padding-left: 30px;
    padding-bottom: 30px;
}

@media(max-width: 767px) {
    .right-image {
        padding: 10px;
        float: none;
        margin: 0px auto;
    }
}

.featured-newsletter .featured-headline {
    color: #272b2d;
    padding-bottom: 0px;
    margin-top: 0px;
}

@media only screen and (max-width: 479px) and (min-width: 320px) {
    .featured-newsletter .featured-headline {
        font-size: 1.6em;
        text-align: left;
        max-width: 150px;
        margin: 0px;
        line-height: 1.3;
        padding-bottom: 30px;
    }
}

@media only screen and (max-width: 535px) and (min-width: 480px) {
    .featured-newsletter .featured-headline {
        text-align: left;
        padding-left: 40px;
    }
}

.newsletter-group {
    max-width: 400px;
    margin: 0px auto;
    font-family: 'Fira Sans', sans-serif;
}

.input-container {
    padding: 20px;
    border-radius: 8px;
    background: rgba(230,228,216,0.5);
}


.btn-newsletter {
    height: 65px;
    border-radius: none;
    width: 100px;
    background: #AD7C1D;
    color: #fff;
    border: none;
    text-transform: none !important;
    font-style: italic;
    border: 1px solid #272b2d;
}

    .btn-newsletter:hover {
        background: #936A1A;
        color: #fff;
        border: 1px solid #fff;
    }

.newsletter-input::-webkit-input-placeholder {
    color: #272b2d;
}

.newsletter-input::-moz-placeholder { /* Firefox 19+ */
    color: #272b2d;
}

.newsletter-input:-ms-input-placeholder { /* IE 10+ */
    color: #272b2d;
}

.newsletter-input:-moz-placeholder { /* Firefox 18- */
    color: #272b2d;
}

.newsletter-input {
    height: 65px;
    background: #fff;
    border-radius: 0px;
    font-style: italic;
    text-transform: none;
    border: 1px solid #272b2d;
    color: #272b2d;
}

@media (max-width:481px) {
    .newsletter-input {
        font-size: 11px;
    }
}

.newsHeadline {
    font-family: 'Patua One', cursive;
    font-weight: 100;
    color: #282F39;
    font-size: 2em;
}

.btn-lg {
    width: 200px;
    color: #fff;
    background-color: rgba(0,0,0,.6);
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: inline-block;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
}

.center-btn {
    width: 200px;
    color: #fff;
    background: #272b2d;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
    margin-top: 40px;
}


.inline-btn {
    width: 200px;
    color: #E6E4D8;
    background: #272b2d;
    height: 60px;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
    text-align: center;
    margin-top: 0px;
    display: inline-block;
    vertical-align: top;
    border: none;
}

.content-btn {
    border: 1px solid #272b2d;
    background: none;
    color: #272b2d;
}

@media(max-width: 480px) {
    .btn-lg, .center-btn, .content-btn, .inline-btn {
        width: 100%;
    }
}

.button-icon {
    width: 20px;
    margin-left: 5px;
    vertical-align: top;
}

.inline-icon {
    margin-right: 20px;
    margin-left: 5px;
    vertical-align: bottom;
    display: block;
    float: left;
}

.btn {
    font-family: 'Fira Sans', sans-serif;
    border-radius: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.container {
    max-width: 960px;
    margin-top: 50px;
    margin-bottom: 50px;
}

@media (min-width: 768px) {
    .container {
        width: auto;
    }
}

.flush-box {
    margin-top: 0px;
    margin-bottom: 0px;
}

.no-padding {
    padding: 0px;
}

.cta-containter {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 10px;
    border-collapse: separate;
    border-spacing: 10px;
}

.cta-text-container {
    padding: 10px;
    vertical-align: middle;
    margin: 0px;
    display: table-cell;
    width: auto;
    background: #272b2d;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

    .cta-text-container:hover .cta-home-title_arrow {
        transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -o-transform: translateY(-20px);
    }

    .cta-text-container p {
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #E6E4D8;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
        display: block;
    }

@media(max-width: 660px) {
    .cta-text-container {
        display: table-row;
    }

        .cta-text-container p {
            padding: 15px;
            margin: 10px;
        }
}

.get-involved-box {
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: #000;
}

    .get-involved-box p {
        width: 120px;
        position: absolute;
        color: #fff;
        z-index: 1;
        text-align: left;
        top: 95%;
        left: 10%;
        transform: translate(-10%,-95%);
        -webkit-transform: translate(-10%,-95%);
        text-transform: uppercase;
        font-weight: 400;
        pointer-events: none;
        background: #000;
        padding: 10px;
        font-size: .9em;
        letter-spacing: 2px;
        line-height: 1.5em;
    }

get-involved-image {
    overflow: hidden;
    background: #000;
}

.get-involved-image img {
    width: 100%;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.cta-home-title {
    background: #272b2d;
    padding: 10px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}

    .cta-home-title p {
        text-transform: uppercase;
        text-align: center;
        font-weight: 700;
        color: #E6E4D8;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
    }

.cta-home-title_arrow {
    position: absolute;
    bottom: -10px;
    z-index: 1;
    left: 0px;
    right: 0px;
    margin: 0px auto;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
}

@media(max-width: 660px) {
    .cta-home-title_arrow {
        display: none;
    }
}

.cta-container:hover .get-involved-image img {
    width: 100%;
    opacity: 0.7;
    transform: scale(1.25);
    -moz-transform: scale(1.25);
    -webkit-transform: scale(1.25);
    -o-transform: scale(1.25);
    -ms-transform: scale(1.25); /* IE 9 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand')"; /* IE8 */
    filter: progid:DXImageTransform.Microsoft.Matrix(M11=1.5, M12=0, M21=0, M22=1.5, SizingMethod='auto expand'); /* IE6 and 7 */
}

.cta-container:hover .cta-home-title_arrow {
    transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
}

.microsite-get-involved-box {
    cursor: pointer;
    position: relative;
    padding: 0px;
    overflow: hidden;
    border: 3px solid #fff;
    margin-bottom: 10px;
}

    .microsite-get-involved-box .get-involved-image {
        overflow: hidden;
        background: #000;
    }

    .microsite-get-involved-box .cta-text {
        text-transform: uppercase;
        text-align: center;
        color: #fff;
        font-size: .9em;
        letter-spacing: 2px;
        padding: 10px;
        margin: 0px;
        background: #000;
        font-family: 'Fira Sans', sans-serif;
    }

.program-description {
    background: #02523e url(../images/tfw_interior_banner.jpg) no-repeat;
    background-size: cover;
    padding-top: 30px;
    color: #fff;
    text-align: center;
}

    .program-description p {
        padding-bottom: 20px;
        color: #fff;
    }

.uppercase-headline {
    text-transform: uppercase;
    font-size: .8em;
    letter-spacing: 2px;
    line-height: 13px;
    padding-bottom: 15px;
}

.program-description .headline-lines {
    background: #fff;
    width: 10%;
    height: 6px;
    display: none;
}

.promos-fw-container {
    background: #e6e4d8;
}

.promos-fw {
    width: 100%;
    max-width: 960px;
    display: table;
    table-layout: fixed;
    margin: 0px auto;
    padding: 30px;
}

.promo-item-fw {
    display: table-cell;
    width: 33.333%;
    height: auto;
    background: #fff;
    padding: 30px;
}


@media(max-width: 615px) {
    .promos-fw {
        margin: 0px auto;
    }

    .promo-item-fw {
        display: table-row;
        width: auto;
    }

        .promo-item-fw img {
            padding: 10px;
        }
}

.program-footer {
    margin-top: 40px;
}

    .program-footer h4 {
        margin: 0px 0px 30px 0px;
    }

.program-sponsors img {
    margin-bottom: 20px;
}


.bottomNav {
    max-width: 900px;
    margin: 0px auto;
    background: #000;
    color: #E6E4D8;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    text-transform: uppercase;
    float: none;
    text-align: center;
    padding: 15px 0px;
}

    .bottomNav ul {
        margin: 0px;
    }

    .bottomNav li {
        display: inline-block;
        list-style: none;
        margin: 0px;
        transition: background-color 0.5s ease;
        cursor: pointer;
        width: 15%;
        text-align: center;
    }

.mobile_only {
    display: none !important;
}

@media (max-width:1044px) {

    .mobile_only {
        display: block !important;
    }
}

@media (max-width:615px) {
    .bottomNav li {
        width: 150px;
        text-align: left;
        padding-left: 15px;
    }
}

@media (max-width:900px) {
    .bottomNav {
        padding-right: 0px;
        padding-left: 0px;
        margin: 0px;
    }

        .bottomNav.nav > li > a {
            padding: 15px 0px;
        }
}

.trending, .near-you-ctas {
    padding-right: 40px;
    padding-left: 40px;
}

    .trending .media:nth-child(5) {
        margin-bottom: 50px;
        border-bottom: none;
    }

.follow-our-program {
    margin-top: 50px;
}

.how-you-can-help h3 {
    text-align: center;
    margin-bottom: 30px;
}

.how-you-can-help .btn-lg {
    width: 100%;
    margin-top: 1px;
    background: #AD7C1D;
    cursor: pointer;
}

    .how-you-can-help .btn-lg:hover {
        background: #9D711B;
    }

/*blog, magazine, article details*/

.article-details {
    margin: 0px 0px 20px 0px;
    padding: 0px;
}

.article-title {
    font-size: 1.8em !important;
    font-weight: 300 !important;
    font-style: none !important;
    line-height: 1.2em;
    margin-bottom: 0px;
}

.article-details li {
    list-style: none;
    display: inline;
    font-weight: 400;
    font-size: .85em;
    color: #999;
}

    .article-details li:first-child:after, .article-details li:nth-child(2):after {
        content: '//';
        padding-left: 7px;
        padding-right: 5px;
    }

.content-image-container {
    position: relative;
    display: table;
    overflow: hidden;
    cursor: pointer;
    margin: 0px auto 30px auto;
}

.content-image-caption {
    background: #000;
    width: 100%;
    padding: 10px;
    cursor: pointer;
    position: absolute;
    bottom: 0px;
    opacity: 0;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    z-index: 1;
}

.content-image-container:hover .content-image-caption {
    opacity: 1;
}

.img-article {
    width: 100%;
}

.info-icon-caption {
    position: absolute;
    left: 0px;
    bottom: 0px;
}

@media(max-width:768px) {
    .info-icon-caption {
        display: none;
    }

    .content-image-container {
        position: relative;
        display: table;
        margin: 0px auto 30px auto;
    }

    .content-image-caption {
        background: #000;
        position: relative;
        opacity: 1;
    }
}

.info-icon-caption img {
    width: 35px;
    height: 35px;
}

.content-image-caption p {
    color: #fff;
    font-size: .9em;
    padding-bottom: 0px;
}

.article-main-image {
    margin: 30px auto;
    border: 3px solid #000;
}


.magazine-article .mpu-container {
    margin-top: 0px;
    margin-left: 20px;
    margin-bottom: 20px;
}

@media(max-width:991px) {
    .magazine-article {
        margin-top: 50px;
    }
}

@media(max-width:768px) {

    .magazine-article .mpu-container {
        margin: 0px auto 30px auto;
    }
}

.media {
    margin-top: 0px;
    padding-bottom: 30px;
    padding-top: 20px;
    font-family: 'Fira Sans', sans-serif;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.trending .media:last-child {
    border-bottom: none;
}


.media:hover .trending-media-object {
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    -o-transform: translateX(10px);
}


.media-heading {
    font-weight: 700;
    color: #272b2d;
    font-size: .8em;
    margin-bottom: 10px;
    font-family: 'Fira Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.media-body p {
    font-weight: 400;
    font-size: .9em;
    color: #272b2d;
    padding-bottom: 0px !important;
}

.trending-media-object {
    width: 70px;
    height: 70px;
    margin-right: 20px;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}

.magazine-media-object {
    margin-right: 20px;
}

.media-link {
    color: #AD7C1D;
    font-family: 'Patua One', cursive;
}

    .media-link:hover {
        color: #966a1b;
    }

/*Components*/

.featured {
    color: #fff;
    text-align: center;
    position: relative;
}

.featured-headline {
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 2em;
    line-height: 1.2em;
}

.featured p {
    color: #fff;
    max-width: 600px;
    margin: 20px auto;
}

.featured .btn-lg {
    margin: 30px auto;
    display: block;
    border: 2px solid #e6e4d8;
    background: rgba(0,0,0,0.6);
    text-align: center;
    color: #e6e4d8;
}

.half-page-feature {
    width: 960px;
    margin: 0px auto;
}

.four-col {
    margin: 15px 0px 15px 0px;
    padding: 10px;
    cursor: pointer;
}

    .four-col p {
        /*text-transform: uppercase;*/
        text-align: center;
        font-size: .8em;
        /*letter-spacing: 2px;*/
        line-height: 13px;
        padding-bottom: 15px;
    }

.regional-affiliate-thumbnails .four-col {
    background: #fff;
    border-bottom: 6px solid #C8C5AC;
    min-height: 200px;
}


.magazine-archives .four-col {
    background: none;
}

    .magazine-archives .four-col img {
        background: none;
    }

.magazine-archives p {
    /*padding-top: 15px;*/
    padding-bottom: 0px;
}


.profile-pictures .four-col {
    background: none;
}

    .profile-pictures .four-col p {
        text-align: left;
        padding-bottom: 0px !important;
    }

.profile-pictures a {
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 700;
}

.profile-name {
    text-align: left;
    font-weight: 700;
}

.profile-title {
    text-align: left;
    text-transform: none !important;
    letter-spacing: 0px !important;
    line-height: 17px !important;
}


.profile-pictures .four-col img {
    margin-bottom: 20px;
}

.profile-pictures .four-col:hover {
    box-shadow: none;
    cursor: pointer;
}

.main-profile-picture {
    margin-bottom: 30px;
}

.content-featured {
    width: 100%;
    padding: 50px 0px 50px 0px;
}

@media(max-width: 480px) {
    .content-featured {
        padding: 40px 0px 40px 0px;
    }
}

.featured-newsletter {
    background: url(../images/newsletter_bg.jpg)no-repeat;
    background-size: cover;
}

    .featured-newsletter .featured-overlay {
        background: #fff;
        padding-top: 50px;
        padding-bottom: 50px;
    }

.featured-overlay {
    background: rgba(0,0,0,.8);
    padding: 30px 15px 30px 15px;
    max-width: 700px;
    margin: 30px auto;
}

.newsletter-animal-graphic {
    position: absolute;
    z-index: 0;
    right: -40px;
    bottom: 0px;
}

.featured-newsletter .featured-overlay {
    position: relative;
    box-shadow: 0 1px 2px rgba(0,0,0,0.35),0 -1px 1px rgba(0,0,0,0.12);
    border-radius: 2px;
}

.featured-newsletter .featured-headline {
    position: relative;
    z-index: 1;
}

.section-content-featured-container {
    padding-left: 0px;
    padding-right: 0px;
}

.section-content-featured {
    width: 100%;
    max-width: 960px;
    /*background: #ccc;*/
    text-align: left;
    color: #fff;
    background: url(../images/our_work_climate_change_930x400.jpg)no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-attachment: scroll;
}

.section-content-overlay {
    background: rgba(0,0,0,.7);
    padding: 30px;
}

.section-content-featured .btn-lg {
    display: inline-block;
}

.section-content-featured .featured-headline {
    color: #fff;
    font-family: 'Patua One', cursive;
    font-size: 2em;
    line-height: 1.2em;
}

.section-content-featured p {
    color: #fff;
    margin: 0px;
    font-size: .8em;
}

.TFW-home-featured {
    background: url(../images/tree_rings.jpg)no-repeat;
}

    .TFW-home-featured .featured-overlay {
        background: rgba(0,81,61,0.77);
    }

.basic-events-container {
    width: 100%;
    min-height: 350px;
    padding: 30px;
}	
	
.basic-feature-container {
    width: 100%;
    min-height: 350px;
    background: rgba(230, 228, 216, 0.6);
    padding: 30px;
}

.basic-feature {
    background: #fff;
    padding: 20px;
	position: relative;
}

    .basic-feature .col-sm-6 {
        padding: 20px;
    }

.feature-two-col-text {
    padding-bottom: 0px !important;
    font-size: 1em !important;
}

@media(max-width: 768px) {
    .feature-two-col-img {
        margin-bottom: 30px;
    }
}

.basic-feature .featured-headline {
    padding-bottom: 0px;
    color: #272b2d;
}

.basic-feature p {
    padding-bottom: 20px;
    color: #272b2d;
}

.basic-feature .btn-lg {
    background: #4D9068;
}

@media (max-width:480px) {
    .basic-feature .col-sm-6 {
        padding: 0px;
    }

    .basic-feature .btn-lg {
        margin: 0px auto;
        display: block;
    }
}

.pin-wrapper {
    height: 0px !important;
}

.border {
    padding: 10px;
    border: 1px solid #afada9;
}

/*tabs*/

.nav-tabs {
    margin-bottom: 30px;
    border-bottom: 1px solid #272b2d;
}

    .nav-tabs li {
        margin-right: 3px;
        line-height: 1.42857143;
        border-radius: 4px 4px 0 0;
        border: 1px solid #272b2d;
        color: #E6E4D8;
        cursor: pointer;
        padding-bottom: 0px;
    }

@media(max-width: 500px) {
    .nav-tabs li {
        font-size: .9em !important;
    }
}

.nav-tabs li a:hover {
    color: #E6E4D8 !important;
    background-color: #272b2d;
    border: 1px solid #272b2d;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #E6E4D8 !important;
    cursor: default;
    background-color: #272b2d;
    border-color: #272b2d;
}

.nav-tabs > li > a {
    margin-right: 0px;
    color: #272b2d !important;
}

.tab-content {
    position: relative;
}

/*ADVERTISEMENTS*/

.leaderboard-container {
    width: 748px;
    height: 130px;
    background: rgba(230, 228, 216, 0.6);
    margin: 40px auto;
}

    .leaderboard-container img {
        padding: 20px;
    }

.mpu-container {
    /*background: #e6e4d8;*/
    margin-top: 40px;
    float: right;
}

    .mpu-container img {
        /*padding: 20px;
			width: 300px;
			height: 250px;*/
    }

@media (max-width: 768px) {
    .mpu-container {
        float: none;
        margin: 40px auto;
        /*width: 300px;
		height: 250px;*/
    }


    .mobile-ad {
        /*width: 360px;*/
        /*background: #e6e4d8;*/
        margin: 10px auto 40px auto;
    }

        .mobile-ad img {
            /*padding:20px;*/
        }

    .content-form {
        margin-top: 30px;
    }
}


#lightbox-fullpage .modal-header {
    border-bottom: 0px;
    position: absolute;
    top: 0px;
    z-index: 1;
    right: 0px;
}

    #lightbox-fullpage .modal-header .close {
        color: #fff;
        text-shadow: 0 1px 0 #000;
        opacity: 1;
        font-size: 24px;
        position: absolute;
        top: 0px;
        right: 0px;
        width: 30px;
        height: 30px;
        background: #000;
        margin: 0px;
    }

.large-lightbox-body {
    height: 500px;
    background: #000 url(../images/lightbox-image.jpg) center no-repeat;
    background-size: cover;
    position: relative;
}

@media(max-width:500px) {
    .large-lightbox-body {
        height: 500px;
        background: #000 url(../images/lightbox-image.jpg) left no-repeat;
        background-size: cover;
        position: relative;
    }
}

.large-lightbox-body-text {
    max-width: 480px;
    color: #fff;
    background: rgba(0,0,0,.5);
    padding: 20px;
    margin-top: 40px;
}

.lightbox-right-text {
    float: right;
}

.large-lightbox-body-text h1 {
    padding: 0px;
    float: none;
    margin-top: 0px;
}

.large-lightbox-body-text p {
    color: #fff;
}

.large-lightbox-body-text .inline-btn {
    padding: 20px;
    height: auto;
    background: #4d9068;
    border: none;
    width: auto;
}

.modal-footer .inline-btn {
    background: #000;
    border: 1px solid #e6e4d8;
}

#lightbox-fullpage .modal-footer {
    background: #000;
    border-top: 0px;
    text-align: center;
}


.catalog_promo_container {
    text-align: center;
}

.catalog_promo_item {
    padding: 10px;
    margin: 10px;
    background: rgba(230, 228, 216, 0.6);
    vertical-align: top;
    text-align: center;
}

    .catalog_promo_item img {
        padding: 10px;
        background: #fff;
        margin-bottom: 10px;
    }

.catalog_promo_container h4 {
    margin-top: 5px;
}

.catalog_promo_item p {
    padding: 0px 0px 5px 0px;
    margin: 0px;
    font-size: 13px;
    line-height: 1.3em;
}

.item_number {
    display: none;
}

.item_name {
    font-weight: 700;
}

.item_price {
    color: #ad7c1d;
}


#desktop-search-form .input-group {
    margin-bottom: 15px;
}

#main-mobile-search .input-group {
    margin-bottom: 0px;
}

.content-form .form-group-lg .form-control, .content-form .input-group-lg > .form-control {
    border-radius: 0px !important;
}

.content-form .form-control {
    border: none;
    background: #f0f0f0;
    font-size: 1em;
}

.content-form .form-group {
    margin-top: 15px;
}

.content-form button {
    background: #4d9069;
    color: #fff;
    text-transform: none;
    border-radius: 0px !important;
}

.content-form .dropdown-menu > li > a {
    color: #222;
}



    .content-form .dropdown-menu > li > a:hover {
        background: #f0f0f0;
        -moz-transition: all .15s ease;
        -ms-transition: all .15s ease;
        -webkit-transition: all .15s ease;
        -o-transition: all .15s ease;
    }

.content-form .dropdown-toggle:active {
}

.content-form button:hover {
    background: #498260;
    color: #fff;
}


.content-form .inline-btn {
    margin-top: 30px;
    background: #4d9068;
    text-transform: uppercase;
    font-size: 1em;
}

.large-subhead {
    font-style: italic;
    font-size: 1.4em;
    font-weight: 100;
    line-height: 1.4em;
    padding-bottom: 0px;
}

.wildlife-form-container {
    background: url(../images/texture-bg.png)no-repeat;
    padding-top: 120px;
    padding-bottom: 120px;
}

    .wildlife-form-container h2 {
        margin-bottom: 40px;
    }

    .wildlife-form-container .form-control {
        height: 45px;
    }

    .wildlife-form-container .center-btn {
        margin-top: 40px;
        border: 1px solid #000;
    }

.caption-info {
    padding: 20px 20px 0px 20px;
    margin: 0px;
    background: #000;
}

    .caption-info .event-title {
        color: #e6e4d8;
        font-weight: 700;
        font-size: .9em;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

    .caption-info p {
        color: #e6e4d8;
        margin: 0px;
        padding-bottom: 15px;
        letter-spacing: normal;
        text-transform: none;
        text-transform: uppercase;
        font-size: .9em;
    }

.img-report {
    max-width: 219px;
}


.full-quote-container {
    text-align: center;
    padding: 20px;
    margin-bottom: 30px;
    font-style: italic;
}

.full-quote {
    text-align: center;
    padding: 10px;
}

    .full-quote p {
        margin: 0px auto;
        max-width: 600px;
    }

.search-result-item-container {
    background: rgba(230,228,216,0.5);
    padding: 20px;
    margin-top: 20px;
    cursor: pointer;
}

.search-result-item {
    background: #fff;
    padding: 30px;
}

    .search-result-item:hover {
    }

    .search-result-item h4 {
        margin-top: 0px;
        padding-bottom: 20px;
    }

    .search-result-item p {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: .9em;
    }

.pagination > li > a {
    color: #AD7C1D;
}



.tile-text {
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-size: .9em !important;
    line-height: 1.4em !important;
}

.tile-img {
    padding-bottom: 15px;
}

.tile-icon {
    width: 20px;
    height: 20px;
    vertical-align: middle;
    margin-right: 10px;
}

.regional-map-home {
    background: #272b2d;
}

.region-toggle-container {
    float: right;
    width: 300px;
    border-bottom: 6px solid #C8C5AC;
    background: #fff;
    padding: 20px;
}

.region-toggle {
    display: inline-block;
    padding-right: 20px;
}

    .region-toggle p {
        margin: 0px;
        text-transform: uppercase;
        letter-spacing: 2px;
        font-size: .8em;
    }

#animal_stat_container {
    width: 100%px;
    height: 30px;
    position: relative;
    margin-bottom: 30px;
}

#animal_stat_indicator {
    position: absolute;
    height: 11px;
    width: 20px;
    bottom: 1px;
    z-index: 2;
}

#animal_stat_gradient {
    width: 100%;
    height: 32px;
    position: absolute;
    border: 1px solid #000;
    padding: 3px;
    z-index: 0px;
    padding: 8px;
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#aa1d1d+0,ffd100+50,77bc43+100 */
    background: #aa1d1d; /* Old browsers */
    background: -moz-linear-gradient(left, #aa1d1d 0%, #ffd100 50%, #77bc43 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #aa1d1d 0%,#ffd100 50%,#77bc43 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #aa1d1d 0%,#ffd100 50%,#77bc43 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aa1d1d', endColorstr='#77bc43',GradientType=1 ); /* IE6-9 */
}

.endangered {
    left: 2%;
}

.threatened {
    left: 45%;
}

.delisted {
    right: 30%;
}

.not_listed {
    right: 2%;
}

.catagory_icon {
    width: 40px;
    height: 40px;
    margin: 0px auto;
    background: url(../images/catagory_icons.png) -10px 0px no-repeat;
}

.mammal {
    background-position: 0px 0px;
}

.amphibian {
    background-position: -40px 0px;
}

.bird {
    background-position: -80px 0px;
}

.plant {
    background-position: -120px 0px;
}

.fish {
    background-position: -160px 0px;
}

.reptile {
    background-position: -200px 0px;
}

.invertebrate {
    background-position: -240px 0px;
}

.fungi {
    background-position: -280px 0px;
}

.animal-category-column .large-text {
    margin: 30px 0px;
    padding-bottom: 0px !important;
}

.animal-list-table {
    margin-bottom: 50px;
    /*border-spacing: 15px 0px;
    border-collapse: separate;*/
}

    .animal-list-table td {
        font-family: 'Fira Sans', sans-serif;
    }

.content-box {
    padding: 40px;
}

    .content-box p {
        font-size: 1em;
        padding-bottom: 0px !important;
    }


.content-box-list {
    list-style: none;
    text-align: center;
    margin: 20px 0px 0px 0px;
    padding: 0px;
}

    .content-box-list li {
        padding: 5px 0px;
    }


/*Tables*/

.table-row {
    display: table-row;
}

@media(max-width: 768px) {
    .two-col-container {
        width: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }
}

.two-col-table {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.two-col-table-cell-img {
    display: table-cell;
    width: 50%;
    height: auto;
    background: #f0f0f0;
    vertical-align: top;
    background: url(../images/wildlife-guide-450x450.jpg)center no-repeat;
    background-size: cover;
    position: relative;
    cursor: pointer;
    height: 450px;
}

.two-col-table-cell {
    display: table-cell;
    width: 50%;
    height: auto;
    background: #e6e4d8;
    vertical-align: middle;
    background-size: cover;
    position: relative;
    cursor: pointer;
    height: 450px;
    border: 6px solid #c8c5ac;
}

    .two-col-table-cell .headline-container {
        margin-top: 0px;
    }

.img-overlay {
    background: rgba(0,0,0,.7);
    position: absolute;
    width: 100%;
    height: 100%;
    color: #e6e4d8 !important;
    transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
}

    .img-overlay:hover {
        background: rgba(0,0,0,.8);
    }

    .img-overlay .headline-lines {
        background: #e6e4d8;
    }

    .img-overlay p {
        color: #e6e4d8;
    }

    .img-overlay .center-btn {
        background: none;
        border: 1px solid #e6e4d8;
    }

.content-box .center-btn {
    margin-top: 25px;
}

@media(max-width: 660px) {
    .two-col-table {
        display: block;
    }

    .table-row {
        display: block;
    }

    .two-col-table-cell-img {
        display: none;
        /*display: inline-block;
			  width: 100%;*/
    }

    .two-col-table-cell {
        display: inline-block;
        width: 100%;
        overflow: hidden;
        height: auto;
        box-sizing: border-box;
        margin-top: -6px;
    }
}

.bordered-container {
    border: 1px solid #272b2d;
    padding: 20px;
}

.bordered-container-title {
    text-transform: uppercase;
    font-weight: 700;
    color: #e6e4d8 !important;
    font-size: .9em;
    letter-spacing: 2px;
    background: #272b2d;
    padding: 20px;
    text-align: center;
    margin-bottom: 30px;
}

.panel-group {
    margin-bottom: 0px;
}

.panel-default > .panel-heading {
    background: #e6e4d8;
    border-color: #c8c5ac;
}

.panel-title a {
    color: #272b2d;
}

.panel-heading img {
    float: right;
    padding: 8px 10px 10px 0px;
}

.line_divider {
    width: 100%;
    height: 2px;
    background: #f0f0f0;
    margin: 30px auto;
}

@media(max-width: 480px) {
    .line_divider {
        margin: 0px auto;
    }
}

.small_p {
    font-size: 1em !important;
    line-height: 1.7em;
}

.partner_logo {
    /*border: 1px solid #f00;*/
    /*margin-bottom: 30px;*/
}

.tier_1_logo {
    /*max-width: 400px;
	min-width: 400px;*/
    max-height: 250px;
    margin-bottom: 30px;
}

.tier_2_logo {
    min-height: 170px;
    margin-bottom: 30px;
}

.tier_3_logo {
    min-height: 150px;
    max-height: 150px;
    margin-bottom: 30px;
}

@media(max-width: 768px) {
    .two_col_img {
        margin-bottom: 30px;
    }
}

.content-list {
    margin-bottom: 30px;
}

    .content-list li {
        padding-bottom: 20px;
        list-style: square;
    }

.first-paragraph {
    margin-top: 0px;
}


.tile {
    padding: 10px;
    border-bottom: 6px solid #c8c5ac;
    background: #fff;
}

.region_thumbnail {
    height: 200px;
}

.locally_items {
    height: 300px;
}

.article-item-list {
    width: 24%;
    display: inline-block;
    /*float: left;*/
    padding: 5px;
	vertical-align: top;
}

.pr-archive-item{
    height: 200px;
}

.leadership-item {
    height: 250px;
}

.board-member-item{
	height: 125px;
}

.magazine-issue-item{
height: 360px;		
}	
	
.magazine-issue-item img{
max-height: 140px;		
}

@media(max-width: 768px) {
    .article-item-list {
        width: 50%;
    }

.board-member-item{
	width: 25%;
}

 .locally_items {
        height: auto;
    }
}

@media(max-width: 500px) {
    .article-item-list {
        width: 100%;
    }

    .leadership-item, .magazine-issue-item{
	height: auto;		
}

    .magazine-archives .center-block {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.three-col-tile {
    width: 33.333% !important;
}

    .three-col-tile .region_thumbnail {
        height: 180px;
    }

    .three-col-tile h4 {
        margin-top: 0px;
    }

@media(max-width: 768px) {
    .three-col-tile {
        width: 50% !important;
    }

        .three-col-tile .region_thumbnail {
            height: auto !important;
        }
}

@media(max-width: 480px) {
    .three-col-tile {
        width: 100% !important;
    }
}

.press-release-container img{
	float:right;
	padding-left: 30px;
	padding-bottom: 30px;
}
@media(max-width: 767px){
	.press-release-container img{
	padding: 10px;
		float: none;
		margin: 0px auto;
	}
}

.left-image{
	float:left;
	padding-right: 30px;
	padding-bottom: 30px;
}

@media(max-width: 767px){
	.right-image, .left-image{
	padding: 10px;
		float: none;
		margin: 0px auto;
	}
}

.locally_items .media-heading{
	height: 50px;
}

/* 9/22/17 additions below this line. */

.sign-up-btn{
    width: 300px;
    color: #E6E4D8;
	 background: #272b2d;
    padding: 20px 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: 'Fira Sans', sans-serif;
    font-size: 1em;
    border-radius: 0px;
	text-align: center;	 
	 margin-top: 40px;
	position: relative;
	z-index: 1;
}
.sign-up-btn a{
	color: #E6E4D8 !important;
}

@media(max-width: 480px){
	.sign-up-btn{
		width: 100%;	
	}
}

@media(max-width: 480px){
    .media-left{
    display:block;
    Margin-bottom: 20px;
    }
    .inline-btn{
    margin-bottom: 10px;
    }
    .img-report{
    margin-bottom: 20px;
    }
    .tab-content .media-object{
    width: 100%;
    }
}

.press-release-item{
	height: 400px;		
}
@media(max-width: 500px) {
    .press-release-item {
        height: auto;
    }
}

#search-page-input input::-webkit-input-placeholder{
	color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}
#search-page-input input::-webkit-input-placeholder{ 
  color: #000;
}

.corner-circle {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
    width: 100px;
    height: 100px;
}

    .corner-circle img {
        width: 100px;
        height: auto;
    }

    .corner-circle p {
        font-size: 15px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 16px;
        text-align: right;
        padding-bottom: 0px;
        color: #fff;
    }

.adopt-circle-content {
    position: relative;
    padding: 10px;
}

.icon-circle-right {
    width: 1.4em;
    height: 1.4em;
    stroke-width: 0;
    stroke: #fff;
    fill: #fff;
    float: right;
}

.adopt-circle-bg {
    position: absolute;
    top: 0px;
    right: 0px;
    z-index: -1;
}

.accordion {
    background-color: #F0EFE8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    margin-top: 10px;
    font-family: 'Fira Sans', sans-serif;
}

.accordion::after{
    /*content:url(/-/media/NEW-WEBSITE/Design/UI-Icons/dropdown-arrow-accordion.ashx?la=en&hash=43944B4E52D705C13138A03609FE2354B66359E2);*/
    /*content: '^';*/
  float: right;
  color: #444;
  transform: rotate(180deg);
    margin-top: -4px;
  transition: all 0.2s ease-in;
}
        
.accordion.active::after{
  color: #444;
  transform: rotate(0deg);
  transition: all 0.2s ease-in;
    padding-top: .6em;
    
}
      

.accordion:hover {
  background-color: #E6E4D3; 
}

.accordion-dropdown {
  padding: 0 18px;
  display: none;
  background-color: #FBFBFB;
  overflow: hidden;
}
        
.accordion-title{
    margin-bottom: 0px;
}
       
    
.accordion-dropdown > p, .accordion-dropdown > ul, .accordion-dropdown >ol {
    padding: 15px 0px;
    margin: 0;
}

.accordion-dropdown > ul, ol{
    margin-left: 15px;
}

.accordion-dropdown > ul > li{
    padding: 15px 0px;
    margin: 0;
}
    
    p.accordion-drop-header {
    width: 95%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
}
    
    .accordion-section > h2 {
    padding-top: 25px;
}

/****** THREE COLUMN ANIMATED STATS COMPONENT ******/

#animation-component-container {
    display: flex;
}
    .animation-fade {
  padding: 50px;
  background-color: lightgreen;
  opacity: 1;
        padding: 10px;
        width: 33%;
        margin: 1%;
        text-align: center;
}
    .animation1{
        background-color: #AD7C1D;
        
    }
    
    .animation2{
        background-color: #9B9B9B;
        
    }
    .animation3{
        background-color: #87BDD1;
        
    }
    
    .animation-fade > h2{
        font-size: 3.4vw;
        margin-bottom: 0;
        color: #fff;
    }
    
    .animation-fade > p{
        font-size: 1.7vw;
        color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
        line-height: 21px;
}
.hideme
{
    margin: 1%;
    text-align: center;
    color: #fff;
    width: 31%; 
    float: left;
    opacity:0;
     transition: all .1s ease-in-out;
    padding: 10px;
}

@media screen and (min-width: 1060px){
        .animation-fade > h2{
        font-size: 34px;
    }
         .animation-fade > p{
             font-size:17px; 
        }
        
    
    }
    
    @media screen and (max-width: 500px){
        .animation-fade{
            width: 100%;
        }
        
        #animation-component-container {
		display: inherit;
}
    
        
        .animation-fade > h2{
            font-size: 30px;
        }
    }
    
    @media screen and (max-width: 700px){
        .animation-fade > p{
            font-size: 16px;
        }
    }

	/****** DESKTOP STYLES VERTICAL TAB COMPONENT ******/
.vertical-tab-container {
    background-color: #FBFBFB;
    padding: 0!important;
    margin-top: -50px;
}

.vertical-tab-desktop {
    background-color: #F0EFE8;
    width: 25%;
}

.vertical-tab-desktop button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
    float: left;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-size: 15px;
   word-wrap: break-word;
   font-variant: all-small-caps;
}

div#vertical-tab > button {
 font-family: 'Fira Sans';
 font-size: 20px;

}
.vertical-tab-desktop button:hover {
  background-color: #DFDDCD;
}

.vertical-tab-desktop button.active {
   background-color: #4D9068;
   color: #fff;
   box-shadow: 0px 2px 4px #C1C1C1;
   z-index: 10;
   position: relative;

}

.vertical-tabcontent {
   width: 100%;
   border-left: none;
   background: #FBFBFB;
   padding: 15px;
   padding-top: 10px;
}

.vertical-tabcontent > ul {
    margin-left: 20px;
}

.vertical-tabcontent > h1, 
.vertical-tabcontent > h4 {
    margin-top: 0px;
}

 section.vertical-tab-component {
     display: flex;
 }

/****** MOBILE STYLES VERTICAL TAB COMPONENTS ******/

.vertical-tab-mobile{
    display: none;
}

.vertical-tab-mobile-btn {
    background-color: #4D9068;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    font-family: 'Fira Sans', sans-serif;
    box-shadow: 0px 3px 5px lightgrey;
    margin-bottom: 5px;
}

.vertical-tab-mobile > div{
    background-color: #F9F9F9;
    padding: 10px;
}

/****** DESKTOP STYLES HORIZONAL TAB COMPONENTS ******/  
.horizontal-tab-container{
    padding: 0!important;
}

.horizontal-tab-desktop {
    float: left;
    background-color: #F0EFE8;
    width: 100%;
}
    
.horizontal-tab-desktop button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 14.28%;
  float: left;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
  font-size: 15px;
  word-wrap: break-word;
  font-variant: all-small-caps;
}

div#horizontal-tab > button {
 font-family: 'Fira Sans';
 font-size: 20px;
}
    
.horizontal-tab-desktop button:hover {
  background-color: #DFDDCD;
}

.horizontal-tab-desktop button.active {
  background-color: #4D9068;
  color: #fff;
  box-shadow: 0px 2px 4px #C1C1C1;
  z-index: 10;
 position: relative;       
}
   
.horizontal-tabcontent {
  padding: 0px 12px;
  width: 100%;
  border-left: none;
  background: #FBFBFB;
  padding: 15px;
  padding-top: 80px;
  display: block;
}  
      
.horizontal-tabcontent > ul {
    margin-left: 20px;
}

.horizontal-tabcontent > h1, 
.horizontal-tabcontent > h2, 
.horizontal-tabcontent > h3, 
.horizontal-tabcontent > h4, 
.horizontal-tabcontent > p {
    margin-top: 0px;
}


.horizontal-tabcontent > p {
     padding-bottom: 0px;
 }

/****** MOBILE STYLES HORIZONTAL TAB COMPONENTS ******/

.horizontal-tab-mobile{
    display: none;
}
     
.horizontal-tab-mobile-btn {
    background-color: #4D9068;
    color: #fff;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    border: none;
    text-align: left;
    transition: 0.4s;
    font-family: 'Fira Sans', sans-serif;
    box-shadow: 0px 3px 5px lightgrey;
    margin-bottom: 5px;
}   
    
.horizontal-tab-mobile > div{
    background-color: #F9F9F9;
    padding: 10px;
}

/****** MOBILE STYLES HORIZONTAL and VERTICAL TAB COMPONENTS ******/
button.tab-mobile-btn {
    background-color: #F0EFE8;
    color: #444;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    margin-top: 10px;
    font-family: 'Fira Sans', sans-serif;
    font-size: 15px;
     word-wrap: break-word;
    font-variant: all-small-caps;
}

button.tab-mobile-btn.active {
    background-color: #4D9068;
    color: #fff;
}

button.tab-mobile-btn.active:hover{
   background-color: #4D9068;
   color: #fff;
}

button.tab-mobile-btn:after {
    content: '^';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    transform: rotate(180deg);
  transition: all 0.2s ease-in;
  margin-top: -5px;
}

button.tab-mobile-btn.active:after {
    transform: rotate(0deg);
  transition: all 0.2s ease-in;
  color: #fff;
  margin-top: 5px;
}

.tab-mobile-btn:hover {
  background-color: #E6E4D3;
}

div.tab-mobile-dropdown {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #FBFAF6;
}

.tab-mobile-dropdown > p, .tab-mobile-dropdown > ul, .tab-mobile-dropdown > ol {
    padding: 15px 0px;
    margin: 0;
}

.tab-mobile-dropdown > ul, ol{
    margin-left: 15px;
}

.tab-mobile-dropdown > ul > li{
    padding: 15px 0px;
    margin: 0;
}

    .tab-mobile-btn > p {
    width: 95%;
    float: left;
    padding-bottom: 0;
    margin-bottom: 0;
}

/****** PHOTO CAPTION COMPONENT ******/

.photo-caption-component {
        background-color: #000;
        color: #fff;
    }
    .photo-caption-component > img{
        width:100%;
    }
    
    .photo-caption-header {
        font-weight: 700;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
	
       .photo-caption-subheader {
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-style: italic;
    }
    
    .photo-caption-content2 {
        padding: 10px;
    }
    
    .photo-caption {
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .photo-caption-content2 > p {
    color: #fff;
    line-height: 20px;
}

/****** BIO POPUP COMPONENT ******/

.popup-component-button{
        width: 25%;
        float: left;
    }
    .popup-component-button > button{
        border: none;
        padding: 5px;
        text-align: left;
        font-family: 'Fira Sans', sans-serif;
        text-decoration: none;
        background-color: #fff;
        width: 100%;
        cursor: pointer;
    }  
    .popup-component-button > button > p:first-child{
        color: #AD7C1D;
        font-weight: 700;
        padding-bottom: 0px !important;
    }
    
/* popup container */
.popup-component {
  display: none; /* Hidden by default */
  position: absolute; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    text-align: left;
}
 
.popup-component > div {
  background-color: #fff;
  margin: auto;
  padding: 15px;
  width: 85%;
    max-width: 800px;
    margin-top: 215px;
}

/* The Close Button */
.popup-component > div > span {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.popup-component > div > span:hover,
.popup-component > div > span:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

    @media screen and (min-width: 500px) and (max-width:800px){
        .popup-component-button{
        width: 50%;
           
    }
}
    
    @media screen and (min-width:400px) and (max-width:500px){
        .popup-component-button{
        width: 33%;
           
    }
}
    @media screen and (max-width: 400px){
        .popup-component-button{
        width: 100%;
            
    }
}

/****** ECOSCHOOLS HERO IMAGE COMPONENT ******/
  
    .hero-overlay-headline{	
	background: rgba(0,0,0,.5);
    padding: 30px 130px 30px 30px;
    position: absolute;
    color: #fff;
    min-width: 47%;
    max-width: 40%;
    min-height: 42%;
    max-height: 80%;
    overflow: auto;
    top: 63%;
    left: 15%;
    -webkit-transform: translate(-25%,-60%);
    -ms-transform: translate(-25%,-60%);
    transform: translate(-25%,-60%);
} 

	.logo-micro-hero{
    margin-top: 0px!important;
	}
 
​
	.logo-micro-hero > img {
		width: 150px!important;
	}


    .hero-overlay-headline > b{
        font-size: 35px;
		font-family: 'Patua One';
		font-weight: normal;
    }
    
     .hero-overlay-headline > a > button{
		padding: 10px;
		border: none;
		min-width: 150px;
		margin-top: 30px; 
		color: #000;
		padding: 20px 16px;
		text-transform: uppercase;
		letter-spacing: 2px;
		display: inline-block;
		font-weight: 700;
		font-family: 'Fira Sans', sans-serif;
		font-size: 1em;
		border-radius: 0px;
		text-align: center;
    }
	
	.logo-micro-hero {
		min-width: 240px;
		width: 240px;
	}
    
     .hero-home-jump {
        background-color: #87BDD1;
        padding: 20px;
        background-image: url();
        background-size: 300px auto;
        background-position: left;
    
    }
    
     .hero-home-jump > div > p{
        padding-bottom: 0;
    
    }
    
    .hero-home-jump > div{
           width: 90%;
        background-color: #fff;
        margin: 0 auto;
        padding: 20px;
        text-align: center;
        max-width: 400px;
        box-shadow: #6da7bc 0px 0px 10px;
    }
    
   .hero-home-jump > div > a> button {
    border: 0px;
    margin: 5px;
    width: 44%;
    padding: 10px;
    color: #fff;
    font-variant: all-small-caps;
    cursor: pointer;
    font-family: 'fira sans';
    font-size: 16px;
    letter-spacing: 4px;
}
    
@media screen and (max-width: 830px){
    .hero-overlay-headline {   
	min-width: 90%;
    top: 85%;
    left: 50%;
    -webkit-transform: translate(-50%,-85%);
    -ms-transform: translate(-50%,-85%);
    transform: translate(-50%,-85%);
    }
   
    .hero-home-jump > div > button {
    width: 100%;
	}
}

@media screen and (max-width: 615px){
    .hero-overlay-headline{
        padding: 75px 15px 15px 15px;
        top: 483px;
    }
	
	/* overlay text */
    .hero-overlay-headline > b{
        font-size: 18px;
        padding-top: 0px;
    }
     
    /* overlay button */
    .hero-overlay-headline > button{
        background-color: #ffffff;
        padding: 10px!important;
        min-width: 135px;
        font-size: 13px;
    }
     
    /* logo */
    .logo-micro-hero {
        margin-top: -65px!important;
    }
     
    .logo-micro-hero > img {
        width: 150px!important;
    }
}
 
@media screen and (max-width: 830px) and (min-width: 615px){
    .hero-overlay-headline > b{
        font-size: 25px;
        padding-top: 0px;
    }
     
    .logo-micro-hero {
        top: 274px!important;
    }
     
    .hero-overlay-headline{
        padding: 120px 30px 30px 30px;
        top: 72%;
        min-height: 0px;
    }
}

/*hex colors for backgrounds for all*/

/* background: #77bc43;/*light green
			background: #4d9068;/*regular green
			background: #ad7c1d;/*orange
		    background: #7f5a18;/*dark orange
		    background: #ad8c00;/*dark yellow
			background: #d1a900;/*light yellow
		    background: #485c73;/*dark blue
			background: #bfdaf2;/*light blue
			*/
		
.header-flex-container{
	background: #ccc;
	width: 100%;
	margin: 0;
	justify-content: center;
	align-content: center;
	flex-direction: row;
	align-items: stretch;
}

		
.flex-responsive{
	width: 50%;
	align-items: center;
}
	
.header-flex-item{
	padding: 15px;
	align-items: center;
}
		
.header-flex-item p{
	font-size: 12px;
	padding-bottom:0px;
	margin:0px;
}		
	
.header-flex-item .btn{
	background:#000;
	color: #fff;
	font-weight: 700;
	margin-top: auto;
}

.flex{
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;	
}	

.flex-center-align{
	align-items: center;

}
		
@media only screen and (min-width: 300px) and (max-width: 600px){

.flex-responsive, .header-flex-item {
	display: block !important;
	}	
}

.flex-container {
	width: 100%;
	padding: 0;
	margin: 0;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	justify-content: flex-start;
	align-content: space-around;
	flex-direction: row;	
	}
	
.wrap {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-item {
	background: #fff;
	margin: 10px;
	padding: 10px;
	width: 200px;
}
.flex-item-content {
  position: relative;
}
.flex-item img, .flex-item video {
  /*padding-bottom: 20px;*/
}
.flex-item .border{
  margin-bottom: 20px;
}
.flex-item p {
  padding:0px;
  font-size: 12px;
}
.flex-item-title {
  font-weight: 700;
}
.flex-item .flex-item-title {
  font-size: 14px;
	line-height: 18px;	
}

@media only screen and (min-width: 300px) and (max-width: 600px){
	.flex-item {
	width: 100%;
	}		
}

.photo-caption-component{
        background-color: #000;
        color: #fff;
    }
    .photo-caption-component > img{
        width:100%;
    }
    
    .photo-caption-header{
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 2px;
        padding-bottom: 0px;
        margin-bottom: 0px;
    }
    
       .photo-caption-subheader{
        letter-spacing: 2px;
        padding-bottom: 0px;
        margin-bottom: 0px;
           font-style: italic;
    }
    
    .photo-caption-content2{
        padding: 10px;
    }
    
    .photo-caption{
        margin-bottom: 0;
        padding-bottom: 0;
    }
    
    .photo-caption-content2 > p {
    color: #fff;
    line-height: 20px;
}

@media screen and (max-width: 768px){
        .call-to-action-cards{
            margin-left: 0!important;
        }
        
        .call-to-action-cards{
            padding: 20px!important;
        }
        
        .call-to-action-cards > div {
        max-width: 780px!important;
        
    }
}
    
    @media screen and (max-width: 400px){
        .cta-card > div:first-child{
            height: 140px!important;
            width: 100%!important;
        }
        
        .cta-card > div:first-child > img {
            width: 100%!important;
            height: auto!important;
        }
        
        .cta-card > div:last-child {
            margin-left: 0%!important;
            padding-top: 140px!important;
        }
}

@media screen and (max-width: 600px){

/* BIG SCREENS */
    .vertical-tab-desktop{
        display: none;
    }

    .vertical-tabcontent{
        display: none!important;
    }
/* SMALL SCREEN */
    .vertical-tab-mobile{
        display: block;
    }
    .vertical-tab-container{
        background-color: #fff;
    }
}

@media screen and (max-width: 600px){

/* BIG SCREENS */
    .horizontal-tab-desktop{
        display: none;
    }
    
    .horizontal-tabcontent{
        display: none!important;
    }
/* SMALL SCREEN */
    .horizontal-tab-mobile{
        display: block;
    }
}

@media (max-width: 480px){
.program-callout-btn {
	 margin-bottom: 25px!important;
	 }
}

@media screen and (max-width: 430px){
.sportsmen-parallax {
	background-attachment: initial!important;
	} 
}

.cookies{
    position: fixed;
    bottom: 3em;
    background-color: rgba(0, 0, 0, 0.88);
    padding: 2.5em;
    width: 100%;
	z-index: 9999;
	color: #fff;
	padding: 1em;
}

.cookies p{
    color: #fff;
	font-size: 10px;
}

.cookies-close{
    /*position: absolute;
    right: .7em;
    top: .3em;*/
	float: right;
    font-size: 2em;
	color: #fff;
	/*background-color: #0000;*/
	background-color: rgba(16, 15, 15, 0.88);
	border-width: 0px;
}

.cookies-close:hover{
    color: #fff;
}

.approve-cookies {
    padding: .75em 2em;
    background-color: #AD7C1D;
    color: #fff;
    position: absolute;
    bottom: 2em;
    left: 4em;
    text-align: center;
	border-width: 0px;
	font-family: 'Fira Sans', sans-serif;

}

.approve-cookies:hover{
    color: #fff;
    background-color: #AD7C1D;
}

#privacy-color:hover {
	color: #AD7C1D;
}

.cookie-content{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width:520px){
	.approve-cookies {
		padding: .75em .75em;		
		bottom: 2em;
		left: 1em;
		font-family: 'Fira Sans', sans-serif;
		font-size: 12px;
	}
}

    
@media screen and (min-width:768px){
    .cookies{
		bottom: -3em;
        /*bottom: -2em;*/
		color: #fff;
		padding-left: 30px;
    }
	.cookies p{
        float: left;
        width: 83%;
        max-width: 1000px;
		font-size: 1.143em;

    }
    
    .approve-cookies{
        position: relative;
        bottom: 0;
        left: -5px;
        float: right;
        width: 15%;
    }
}

@media screen and (max-width: 550px){
	.skinny-banner-bg {
		height: 210px!important;
	}
	.interior-banner-skinny {
		height: 210px!important;
	}
}

.blog-search-pagination-container {
		background: rgba(230, 228, 216, 0.6);
		text-align: center;
	}

.blog-search-pagination {
        padding: 18px;
		margin-bottom: 10px;
    }

.blog-search-pagination-active {
        font-weight: bold;
        border-bottom: 1px solid;
        background-color: #FCFBF9;
    }

.blog-search-pagination > a {
        color: black;
        padding: 8px 6px 12px;
        text-decoration: none;
    }
	
.blog-feature p {
    padding-bottom: 0px !important;
    color: #272b2d;
}

.blog-feature {
	border: 1px solid #afada9;
}

.blog-details li {
    list-style: none;
    display: inline;
    font-weight: 400;
    font-size: .9em;
    color: #272b2d9;
}

#showMore {
    padding: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
    border-radius: 10px;
    border: none;
    font-family: "Fira Sans", sans-serif;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 1.2px;
    display: none;
}

@media (max-width: 767px) {
    .hidden-mobile {
        display: none;
    }
    #showMore {
        display: block;
    }
}

/*--------------------------------------------------------------
# Panels
--------------------------------------------------------------*/

#panel-ad {
	height: 100%!important;
	border-radius: 30px;
	border-color: white!important;
}

.panel-richtext {
	height: auto! important;
}

.richtext-accordion-title {
	padding: 12px;
}

.panel-default {
    width: 100%;
    /*height: 450px;*/
    border: none;
    border-radius: 30px 30px 30px 30px;
	box-shadow: 0 3px 10px rgb(0 0 0 / 30%);
}

.panel-default>* {
    text-align: center;
}

.panel-default>.panel-heading {
    height: 50%;
    /*border-radius: 30px 30px 0 0;*/
    padding: 0;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.panel-default>.richtext-heading {
    height: auto;
    border-radius: 0;
    padding: 0;
}

.panel-heading .background {
    height: 100%;
    width: 100%;
    -webkit-transition: transform 0.5s;
    -moz-transition: transform 0.5s;
    -o-transition: transform 0.5s;
    transition: transform 0.5s;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

.panel-default .panel-heading h3 {
    color: #fff;
    font-family: "Fira Sans", sans-serif;
    /*font-weight: 500;*/
    padding-top: 5em;
    margin: 0;
    z-index: 2;
	font-size: 20px;
    font-weight: bold;
}

@media (max-width: 767px) {
    .panel-default {
        height: 450px;
        width: 80%;
    }
    .panel-heading {
        height: 50%;
    }
	.panel-richtext {
		width: 100%;
	}
}

.panel-default .panel-body h6 {
    font-size: 1.2em;
    margin-bottom: 10px;
	font-family: "Patua One", cursive;
    padding: 0;
	color: black;
}

.panel:hover .background,
.panel:focus .background {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.panel:hover .panel-ad,
.panel:focus .panel-ad {
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}


.panel-body p {
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin: 0;
	padding-bottom: 0px;
}

.panel-default>.panel-footer {
    background: none;
    border: none;
    border-radius: 0px 0px 30px 30px;
}

/*.panel-footer a {
    text-decoration: underline;
    color: #272b2d;
    cursor: pointer;
}*/

.panel-footer {
    color: black;
    font-weight: bold;
    text-decoration: underline;
}


.panel.panel-default.center-block:hover {
    color: #AD7C1D;
}

.support-box {
    height: 200px;
}

.support-box h3 {
    margin-top: 80px;
	font-size: 22px;
    font-weight: bold;
}

.support-box {
    vertical-align: middle;
}

.text-white {
    color: white;
    font-family: "Fira Sans", sans-serif;
}

#sixth-ad {
    display: block;
    height: 450px;
    width: 100%;
    border-radius: 30px;
	border: 10px solid #ffff;
	box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

#sixth-visible {
    display: none;
}

